Sample: Schedule task results document

A successful Schedule Task request returns a results document that is like the following sample.

Copy
<?xml version="1.0" encoding="utf-8"?>
<ResultDocument xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TransactionID="" ResultCode="Success">
<Messages>
<Message Severity="Information" Text="Successfully created and scheduled DefaultReadingXmlExport task. TaskID is 272." ID="43005" />
</Messages>
</ResultDocument>